home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Abakt 0.9.1 / abakt-0.9.1.exe / Abakt.exe / 0 / RCDATA / TFRAMECONFIGEDIT / TFRAMECONFIGEDIT.txt
Text File  |  2005-04-18  |  4KB  |  186 lines

  1. object FrameConfigEdit: TFrameConfigEdit
  2.   Left = 0
  3.   Top = 0
  4.   Width = 522
  5.   Height = 286
  6.   TabOrder = 0
  7.   object gbx_ConfigSets: TGroupBox
  8.     Left = 0
  9.     Top = 0
  10.     Width = 522
  11.     Height = 169
  12.     Align = alClient
  13.     Caption = 'Configuration Settings'
  14.     TabOrder = 0
  15.     object lv_Config: TListView
  16.       Left = 2
  17.       Top = 37
  18.       Width = 518
  19.       Height = 130
  20.       Align = alClient
  21.       Checkboxes = True
  22.       Columns = <
  23.         item
  24.           Caption = 'Name'
  25.           Width = 200
  26.         end
  27.         item
  28.           Caption = 'Value'
  29.           Width = 240
  30.         end
  31.         item
  32.           Caption = 'Type'
  33.           Width = 80
  34.         end>
  35.       ColumnClick = False
  36.       HideSelection = False
  37.       ReadOnly = True
  38.       StateImages = DM.imgs_CheckBoxes
  39.       TabOrder = 0
  40.       ViewStyle = vsReport
  41.       OnCustomDrawItem = lv_ConfigCustomDrawItem
  42.       OnKeyPress = lv_ConfigKeyPress
  43.       OnMouseDown = lv_ConfigMouseDown
  44.       OnSelectItem = lv_ConfigSelectItem
  45.     end
  46.     object tb_ConfigEdit: TToolBar
  47.       Left = 2
  48.       Top = 15
  49.       Width = 518
  50.       Height = 22
  51.       AutoSize = True
  52.       ButtonWidth = 59
  53.       EdgeBorders = []
  54.       Flat = True
  55.       Images = DM.imgs_Buttons
  56.       List = True
  57.       ParentShowHint = False
  58.       ShowCaptions = True
  59.       ShowHint = False
  60.       TabOrder = 1
  61.       object tb_CheckAll: TToolButton
  62.         Left = 0
  63.         Top = 0
  64.         AutoSize = True
  65.         Caption = 'A&ll'
  66.         ImageIndex = 4
  67.         OnClick = tb_CheckAllClick
  68.       end
  69.       object tb_CheckNone: TToolButton
  70.         Left = 42
  71.         Top = 0
  72.         AutoSize = True
  73.         Caption = '&None'
  74.         ImageIndex = 5
  75.         OnClick = tb_CheckNoneClick
  76.       end
  77.     end
  78.   end
  79.   object gbx_ProfileProperty: TGroupBox
  80.     Left = 0
  81.     Top = 169
  82.     Width = 522
  83.     Height = 117
  84.     Align = alBottom
  85.     Anchors = [akLeft, akRight]
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clWindowText
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     ParentFont = False
  92.     TabOrder = 1
  93.     object lbl_ItemCaption: TLabel
  94.       Left = 7
  95.       Top = 0
  96.       Width = 88
  97.       Height = 13
  98.       Caption = 'lbl_ItemCaption'
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clWindowText
  101.       Font.Height = -11
  102.       Font.Name = 'MS Sans Serif'
  103.       Font.Style = [fsBold]
  104.       ParentFont = False
  105.     end
  106.     object Panel5: TPanel
  107.       Left = 2
  108.       Top = 15
  109.       Width = 518
  110.       Height = 78
  111.       Align = alClient
  112.       BevelOuter = bvNone
  113.       BorderWidth = 4
  114.       TabOrder = 0
  115.       object pnl_ItemValue: TPanel
  116.         Left = 4
  117.         Top = 4
  118.         Width = 510
  119.         Height = 37
  120.         Align = alTop
  121.         BevelInner = bvRaised
  122.         BevelOuter = bvLowered
  123.         TabOrder = 0
  124.       end
  125.       object sbox_ObjectInfo: TScrollBox
  126.         Left = 4
  127.         Top = 41
  128.         Width = 510
  129.         Height = 33
  130.         Align = alClient
  131.         TabOrder = 1
  132.         object lbl_ObjectInfo: TLabel
  133.           Left = 2
  134.           Top = 0
  135.           Width = 65
  136.           Height = 13
  137.           Caption = 'lbl_ObjectInfo'
  138.           Font.Charset = DEFAULT_CHARSET
  139.           Font.Color = clNavy
  140.           Font.Height = -11
  141.           Font.Name = 'MS Sans Serif'
  142.           Font.Style = []
  143.           ParentFont = False
  144.         end
  145.       end
  146.     end
  147.     object Panel2: TPanel
  148.       Left = 2
  149.       Top = 93
  150.       Width = 518
  151.       Height = 22
  152.       Align = alBottom
  153.       BevelOuter = bvNone
  154.       TabOrder = 1
  155.       DesignSize = (
  156.         518
  157.         22)
  158.       object lbl_ItemListCaption: TLabel
  159.         Left = 8
  160.         Top = 3
  161.         Width = 99
  162.         Height = 13
  163.         Caption = 'Internal Name=Value'
  164.         Font.Charset = DEFAULT_CHARSET
  165.         Font.Color = clWindowText
  166.         Font.Height = -11
  167.         Font.Name = 'MS Sans Serif'
  168.         Font.Style = []
  169.         ParentFont = False
  170.       end
  171.       object ed_InternalNameValue: TEdit
  172.         Left = 160
  173.         Top = 0
  174.         Width = 354
  175.         Height = 19
  176.         Anchors = [akLeft, akTop, akRight]
  177.         AutoSize = False
  178.         BevelOuter = bvNone
  179.         Color = clBtnFace
  180.         ReadOnly = True
  181.         TabOrder = 0
  182.       end
  183.     end
  184.   end
  185. end
  186.